home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Kodeki / MP3Source 1.30 / DSMP3SourceSetup.exe / ReadMe.txt < prev    next >
Text File  |  2004-12-10  |  2KB  |  51 lines

  1. ======================================================================
  2.          MP3 DirectShow File Source Filter v1.30
  3.  
  4.          (C) 2003, 2004 Milenko "DCoder" Mitrovic
  5.          mail: dcoder@dsp-worx.de 
  6.          web : http://dsp-worx.de
  7. ======================================================================
  8.  
  9.  
  10. ABOUT
  11. ------------------------------------------------
  12. This Filter let you play MP3 Files in any DirectShow based MediaPlayer.
  13. I build this Filter because i got sick of that the MPEG1 Splitter isn't
  14. able to connect to certain files. The Filter is shown as "File Source (MP3)"
  15. in Graphedit.
  16.  
  17.  
  18. INSTALLATION
  19. ------------------------------------------------
  20.  run register.bat
  21.  
  22.  
  23. UNINSTALLATION
  24. ------------------------------------------------
  25.  run unregister.bat
  26.  
  27.  
  28. LIBRARYS
  29. ------------------------------------------------
  30. There is no need to copy everything in to the System or System32 
  31. Directory. The Filter will run fine from the location you extracted it.
  32. Also, the Filter will search for needed dlls in the extracted Directory.
  33. If it┤s not found there, then a default LoadLibrary(DLL) is called. 
  34.  
  35.  
  36. CHANGES
  37. ------------------------------------------------
  38. v1.3
  39. -added workaround for bass.dll multiple Instances issues.
  40. -reduced FileSize.
  41. -added support for Win9x/ME (NOT UNICODE !)
  42. -updated to BASS 2.1
  43.  
  44. v1.2
  45. -added Registry Values to use the default Rendering with registered MP3Source.
  46.  
  47. v1.1
  48. -channel reading bugfix (caused too fast playback)
  49.  
  50. v1.0
  51. -initial Release